home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / TetrolLapse.swf / scripts / DefineButton2_161 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-05  |  156 b   |  9 lines

  1. on(release){
  2.    if(_root.SoundOn)
  3.    {
  4.       _root.SoundClickButton.start();
  5.    }
  6.    _root.WindowHelp1._visible = false;
  7.    _root.ShowMainMenu();
  8. }
  9.